projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
518e8d8
)
(Fredisplay): Document return value.
author
Kim F. Storm
<storm@cua.dk>
Sun, 10 Sep 2006 20:50:54 +0000
(20:50 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 10 Sep 2006 20:50:54 +0000
(20:50 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 3cbd878bb13bd9d9d6400dea1c1202d8bda3fdeb..d048eadd5c4126aa4b82392585dd74c91950d601 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-6550,7
+6550,8
@@
sit_for (timeout, reading, do_display)
DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0,
doc: /* Perform redisplay if no input is available.
If optional arg FORCE is non-nil or `redisplay-dont-pause' is non-nil,
-perform a full redisplay even if input is available. */)
+perform a full redisplay even if input is available.
+Return t if redisplay was performed, nil otherwise. */)
(force)
Lisp_Object force;
{